Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Core Usage #36

Open
NKalavros opened this issue Jul 27, 2022 · 1 comment
Open

Core Usage #36

NKalavros opened this issue Jul 27, 2022 · 1 comment

Comments

@NKalavros
Copy link

Hello!

Insanely useful package. Thank you so much for this!

I wanted to ask, when fitting a model with glm_gp on slightly larger datasets, during the final fitting step, all cores on the machine are hogged. Sometimes this can cause problems with other processes. Is there any way to limit core usage by gamPoi? I tried through future, and biocParallel but was unable to limit core usage.

Thanks again,
Nikolas

@const-ae
Copy link
Owner

const-ae commented Aug 2, 2022

Hi Nikolas,

sorry for the delay. I just got back from holidays.

Thank you for highlighting this issue. Could you say a bit more with what kind of data are you calling glmGamPoi? Is it by any chance data stored on disk using the DelayedArray package?

If yes, please try the following setting, before calling glmGamPoi:

DelayedArray::setAutoBPPARAM(BiocParallel::SerialParam())

If no, could you maybe provide a small reproducible example so that I can investigate the issue?

Best,
Constantin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants