On 9 May 2015 at 12:10, Eric Saxby <[email protected]> wrote: > When the process reaches around 280M RSS, a brk() >
I'm pretty sure that memory limits are not related to RSS. The limits will be for virtual memory which is almost certainly what you have run out of. mmap() will contribute to your virtual memory usage. What does the SIZE column in prstat say when you get this error? Many of the memory limits these days appear to default to being unlimited, so maybe you have consumed all the virtual memory in your zone? The pmap command will show you what memory is actually assigned to process, which may help. Cheers, Lloyd ------------------------------------------- smartos-discuss Archives: https://www.listbox.com/member/archive/184463/=now RSS Feed: https://www.listbox.com/member/archive/rss/184463/25769125-55cfbc00 Modify Your Subscription: https://www.listbox.com/member/?member_id=25769125&id_secret=25769125-7688e9fb Powered by Listbox: http://www.listbox.com
