Hacker News new | ask | show | jobs
by yuriyguts 4421 days ago
Please see the details in my post, I tried to limit RAM usage via usual WordPress configuration tricks, but Azure didn't seem to respond. Perhaps an even bigger question is: why Azure hasn't configured the site itself, if it imposes quotas on it.
2 comments

I read the post, thanks. Setting aside that .htaccess is Apache-only, needing to allocate 128M per request in WordPress doesn't ring any alarm bells for you? Every trivial WP site I've ever run worked comfortably with under 64M/request (and then you use use supercache, static caching, etc. to reduce the average individual request to something in the single digits).

Azure doesn't configure it for you because it assumes you're knowledgeable. It reacts more harshly than I'd like for sure if you go over, but expecting you to do your work (for cheap) doesn't seem unreasonable to me.

This is a mistake on your part, because IIS ignores the .htaccess file.

Azure web sites uses a .user.ini file to setup php.

See the documentation here: http://azure.microsoft.com/en-us/documentation/articles/web-...