How can I allocate more RAM to a program? (Not via Task Manager!)

The following problem: I use a 3D design program (Autodesk Revit), and some steps are extremely slow. This is despite the processor, graphics card, and RAM being used at well below 20%. 128 GB of RAM would be available, but the program uses a maximum of 16 GB. Is there a way to allocate more…

Fusion 360 doesn't recognize Python module?

I created a script for Fusion 360 that creates a sketch for me. The script worked for a while. But when I try to run it now, I get this error message: Traceback (most recent call last): File "C:/Users/<USER>/AppData/Roaming/Autodesk/Autodesk Fusion 360/API/Scripts/CycloidalDrive/CycloidalDrive.py", line 7, in <module> import numpy as np ModuleNotFoundError: No module named 'numpy' I…