Code Monkey home page Code Monkey logo

Comments (4)

luceos avatar luceos commented on September 17, 2024 1

The 1GB requirement for Bazaar isn't really necessary to be mentioned (on top of composer) when using Bazaar with cron processing per default; which is my recommendation anyway. I'll most likely add something inside Bazaar to make people more aware of that configuration.

I'm not sure you're able to force that setting from the get-go? It's a settings key you could pre-fill.

Great job moving forward with this 👍

from pockethold.

andreherberth avatar andreherberth commented on September 17, 2024

Working

  • Rough rewrite enabling Beta 8 support. Published already
  • Split into several files
  • Bundle with Composer 1.7.2
  • Add Rough Cron support
  • Redesign installer.php UI
  • Cleanup pockethold class

from pockethold.

andreherberth avatar andreherberth commented on September 17, 2024

In theory this should work:

if ( $ini_get_option_details['memory_limit']['access'] & INI_USER ) {
ini_set('memory_limit', '1G');
} else {
die("Not enough memory!");
}

Not sure how much an impact it really does though. It seems to work on my two plesk servers, but then again, these are not really that shared.

I also got it semi working on hostingers free plan, but it depended on how taxed the server was at the moment, as it seemed to max out the server memory itself, and thus staling.

It is high time I edit my readme. I might just do that when the "cron" support is added. The new UI will also provide much more information to the user, and it is natural that the last step before cleanup includes information in regards of bazaars cron feature as well :)

from pockethold.

andreherberth avatar andreherberth commented on September 17, 2024

Closed due to project goal change.

from pockethold.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.