thegooddata / social

GNU General Public License v2.0
0 stars 0 forks source link

Disable unneeded modules / trim down OA #17

Closed josereyero closed 9 years ago

josereyero commented 10 years ago

OA default install requires a lot of memory. We've had to raise the memory limit in pre to 196Mb (php's memory_limit)

In order to save memory, speed up the whole system, we should check which modules / features are enabled, disable the not needed ones.

Candidate modules to be disabled:

Think about / test whether we need this ones:

Note: Dependencies in OA seems not to be very clear to me, test in local box before disabling.

For the record, to restart nginx/php after changing php.ini (/etc/php5/fpm/php.ini) sudo /etc/init.d/php5-fpm restart

marcosmenendez commented 10 years ago

Agree disabling all of them

josereyero commented 10 years ago

Slow progress with this one:

Disabled in PRE:

josereyero commented 10 years ago

More Disabled in PRE:

josereyero commented 10 years ago

Other candidates to be disabled (are we using them atm)?

josereyero commented 9 years ago

The most obvious choices have been disabled. For the rest there are a lot of inter-dependencies in OA modules. So I think we are done for now. Still to look for more candidates to be disabled, but lowering priority.

josereyero commented 9 years ago

Closing, will reopen it again if there are more modules that can be disabled safely.