Hi, We are running a shopping site withe more than 9000 products. Recently I am facing problems in Memory overflow problems which makes the site to go down. Please help me, how I could handle and solve this problem.
A little more information about what you have would be good as my reply is going to be more guess work. If the cart has memory leaks you'll need to have a programmer resolve the issue, however if the cart is solid then why not just add more RAM.
The I'd say look at optimizing MySQL and code/queries and if that doesn't work increase the memory in the server, I don't know how much memory you have currently.
What OS? What application framework? What database? What cart software? Too little information to provide any meaningful advice. If it is on Linux, I may be able to give you some pointers, but you've not added enough fuel to get the conversation rolling.
We are using Dedicated Server (2 GB) for our E-comerce site designed in Java. DB used is Mysql. We used Tomcat and Apache. But often the site goes down. Sometime, when I restart Tomcat / Apache - the site will work after 503 temporarily down and in the other case, I have to restart the server itself to make my site working. What could be the problem and what factors should I look into to resolve the problem.