My project is based on spring framework java. War size of my application is about 38mb. I hosted my application on vps with 1 gb RAM. Within some days i got to know that all RAM is getting exhausted.
Then i extend RAM by 1gb. Now single war file is working on 2 gb RAM using tomcat server. After 2-3 days i checked 2gb RAM also exhausted and it is showing around 80 to 90 percent usage.
Currently, system is under development and no one is using application still all RAM is getting used.
Is that a normal behavior Or there are any issues? or do i need to make any settings?
Can anyone tell me how much RAM getting used for normal java project..
I checked vps ram usage by 'free -m' command, It is showing that -/+ buffers/cache as 557 [used ] 1444 [free] Also Mem values are 2001[total] 1736[used] 265[free] 38[shared] 130[buffers] 1048[cached]