Additional RAM - update instance necessary?

Hi,

we have just added additional RAM to our workstation. The RAM is correctly recognized by the operating system. However, when proceeding to queue jobs in CryoSPARC, CryoSPARC only seems to use the original RAMs that were present upon setting up the instance.

Do we have have to to adjust the install somehow to make CryoSPARC use the new hardware?

Thanks!
Katharina

Hi,

If the workstation is registered as a worker node, you should be able to update its memory configuration by running the following command (on the worker node):

cryosparcw connect --worker <worker_hostname> --master <master_hostname> --port <port> --update

The output should report the original configuration and then the updated version. Each β€œRAM” index represents 8GB.

More information (and options) can be found here.

Cheers,
Yang

1 Like

Hi Yang,

thanks a lot! That worked perfectly.

Best,
Katharina