8000 Let user choose how many jobs the build will use · Issue #1558 · kivy/python-for-android · GitHub
[go: up one dir, main page]

Skip to content
Let user choose how many jobs the build will use #1558
Closed
@KeyWeeUsr

Description

@KeyWeeUsr

Currently there are some recipes with hardcoded job count which will probably cause issues if the build is run on a toaster-like machines (such as one of my old machines' N270 + 1GB RAM). While the solution with multiprocessing.cpu_count is nice, it'd be much better if we had an option for the user to specify the jobs and then fallback to cpu_count value by default. Otherwise if I run it like this, my session resources' might be just hijacked by p4a and on that particular CPU it's really bad if I want e.g. to run e.g. latest firefox with multiple tabs while building some app.

https://github.com/kivy/python-for-android/search?q=-j4&unscoped_q=-j4&type=Code
https://github.com/kivy/python-for-android/search?q=-j5&unscoped_q=-j5&type=Code

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0