|
[x]
Posted via EE Mobile
|
||
Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again. |
||
| Question |
|
[x]
Attachment Details
|
||
|
[x]
The Solution Rating System
|
||
With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.
Your Input Matters If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support. Thank you! |
||
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: 24: 25: 26: 27: 28: 29: 30: 31: 32: 33: 34: 35: 36: 37: 38: 39: 40: |
Below is a bit some information that my programming consultant sent me in regards to the same problem.
I was able to get some interesting information about the server's memory conditions immediately before the "freezing" took
place and immediately after the server was booted (before Tomcat was even started). I have attached it as a txt file because
if I just copy and paste the info, it doesn't line-up in the correct columns. If you take a look, our memory state is almost
exactly the same before and after. The issues with the server are memory related, but it doesn't look like they have anything
to do with the web application.
Seconds before the server started denying malloc requests:
[]# free -m
total used free shared buffers cached
Mem: 7949 7913 36 0 72 1926
-/+ buffers/cache: 5914 2035
Swap: 12284 2945 9338
[]# top
top - 11:07:14 up 1:02, 1 user, load average: 0.05, 0.02, 0.00
Tasks: 45 total, 1 running, 44 sleeping, 0 stopped, 0 zombie
Cpu(s): 0.0% us, 0.0% sy, 0.0% ni, 100.0% id, 0.0% wa, 0.0% hi, 0.0% si
Mem: 8140592k total, 8117700k used, 22892k free, 74380k buffers
Swap: 12578884k total, 3015980k used, 9562904k free, 1914280k cached
Seconds after the server came back up from a power cycle (before Tomcat was running):
[ ~]$ free -m
total used free shared buffers cached
Mem: 7949 7920 29 0 78 2211
-/+ buffers/cache: 5630 2319
Swap: 12284 2945 9338
[ ~]$ top
top - 11:26:00 up 1 min, 1 user, load average: 0.03, 0.01, 0.00
Tasks: 33 total, 1 running, 32 sleeping, 0 stopped, 0 zombie
Cpu(s): 0.0% us, 0.0% sy, 0.0% ni, 100.0% id, 0.0% wa, 0.0% hi, 0.0% si
Mem: 8140592k total, 8118076k used, 22516k free, 80788k buffers
Swap: 12578884k total, 3015948k used, 9562936k free, 2277184k cached
|
Advertisement
| Hall of Fame |