dreamfactorysoftware / df-docker

Docker container for DreamFactory.
59 stars 56 forks source link

Improve fpm-php configs to prevent memory leakage #51

Closed OlegLazaryev closed 5 years ago

OlegLazaryev commented 5 years ago

Otherwise each time the page is reloaded in the browser the memory is consumed. Around 10Mb after each page reload.

wjgilmore commented 5 years ago

What are the ramifications of merging this for existing users? We know this change fixes the leakage issue for our internal project but why doesn't the existing configuration affect other users?

OlegLazaryev commented 5 years ago

@wjgilmore actually existing configuration affects other users. I have informed you and Erik and Kevin about it yesterday in Slack. I had done a local testing and I can say that the memory leakage problem also persists in case of regular docker installation of DreamFactory.

See my Slack message here: https://dreamfactoryglobal.slack.com/archives/GE1JA34MQ/p1542118276003600

wjgilmore commented 5 years ago

OK sounds good.