-
Notifications
You must be signed in to change notification settings - Fork 11
Description
Thanks for the great interface! It is really useful to me.
I'm trying to cache the pycutest problems during a docker build so I can speed up tests against pycutest. (I'm porting problems to JAX and use pycutest as the ground truth.) I'm running into memory issues though: the docker build breaks with an error that says that it cannot allocate memory, even if I am very strict and only select problems with up to ten variables, for example.
How large do you expect the pycutest cache to be for the full suite of CUTEst problems? Which parts and problems tend to be the most expensive? I noticed that some problems have extensive data, and I tried to restrict this by selecting only the academic ones, but this did not work either.
FWIW building the container does work if I don't try to cache anything.