On 29 April 2016 at 12:57, the outsider <[email protected]> wrote: > I have a zone that is running a java webserver and this webserver stalls out > of nowhere.
What does the stall look like, exactly? Does the process actually exit, or is it just very slow? Do you see OutOfMemory exceptions in the log for the service? What flags have you passed to the JVM with respect to minimum and maximum heap sizes, etc? > At a certain point in time ai have altered the amount of memory that this > zone can use but I think I made a mistake. > I have increased the amount of RAM, but now I see that there are more > settings that maybe need to be altered? > Do I also need to change : "max_msg_ids": 4096, "max_sem_ids": 4096, > "max_shm_ids": 4096, "max_shm_memory": 6072 ?? You only need to change "max_msg_ids", "max_sem_ids", and "max_sem_ids", if you're using System V IPC and you run out of IDs. I believe you can see usage of these facilities, if there is any, with the "ipcs" tool. You can look to see if you're hitting memory capper trouble on the machine by running "zonememstat" in the global zone. You can run it in your zone, as well, if you only want to look at stats for that particular zone. Cheers. -- Joshua M. Clulow UNIX Admin/Developer http://blog.sysmgr.org ------------------------------------------- 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
