4

When the server is unable to process my queries just because of memory allocations capacity. Should i adjust with my codes, or the server itself? This happens to me all the time

Comments
  • 4
    Has the server 256 MB of ram? Yes -> adjust server. No -> double and triple check that you are doing stuff properly, optimized and on a db that make sense? Yes -> adjust server. No -> adjust code
  • 0
    @donnico i already noticed the problem. The server's max execution time was set to 60 seconds. So i made a replacement instead with much better optimizations, lol (adjust with code)
Add Comment