Community
Fusion API and Scripts
Got a new add-in to share? Need something specialized to be scripted? Ask questions or share what you’ve discovered with the community.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

MemoryUsed add-in for Fusion 360

9 REPLIES 9
Reply
Message 1 of 10
JeromeBriot
1450 Views, 9 Replies

MemoryUsed add-in for Fusion 360

Hello,

 

MemoryUsed is an add-in that displays the memory consumption of Fusion 360.

 

fusion-360-memory-used-palette.png

 

The amount of memory used is updated every second. The code works on Windows and on Mac.

 

Codes and information are posted on GitHub: https://github.com/JeromeBriot/fusion360-memory-used

 

Thanks

 

9 REPLIES 9
Message 2 of 10
JeromeBriot
in reply to: JeromeBriot

Hello,

 

I updated the code to make it compatible with Python 3.7.3

 

Unfortunatly, I faced an issue with psutil 5.6.3 on Windows 7.

This is the same problem as reported here: [Win 7] memory_full_info() throw Permission denied Error in 5.6.3

 

Can someone can test it on Windows 7 or a newer version? Let me know if it works or not.

You can use the GitHub2Fusion360 script to install the add-in. See in my signature below.

 

Thanks.

Message 3 of 10
nzzconwa
in reply to: JeromeBriot

This program can observe the state of memory leaks. Thanks.

Message 4 of 10
JeromeBriot
in reply to: JeromeBriot


@JeromeBriot wrote:

Unfortunatly, I faced an issue with psutil 5.6.3 on Windows 7.

This is the same problem as reported here: [Win 7] memory_full_info() throw Permission denied Error in 5.6.3


I fixed this issue. The add-in now works on Windows and Mac.

Message 5 of 10
JeromeBriot
in reply to: JeromeBriot

A new version is available (0.5.0) :

Message 6 of 10
JeromeBriot
in reply to: JeromeBriot

A new version is available (0.5.1) :

  • Fix a minor bug with parseInt in MUScript.js
Message 7 of 10
nzzconwa
in reply to: JeromeBriot

Consider adding the monitoring virtual memory (page file, commit size) feature. Thank you.

Message 8 of 10
gtprototype
in reply to: JeromeBriot

@JeromeBriot  I just installed your plug in and rebooted.  When I click the icon in the upper right to open the display I get an error message.  I have to click ok 5-6 times before the display opens.  Here is the error message:

error_msg.png

Dale Speakes
prototype technology
Message 9 of 10
JeromeBriot
in reply to: JeromeBriot

A new version is available (0.6.0) :

  • Update code for Python 3.9
  • Upgrade psutil to version 5.9.3

Codes and information are posted on GitHub: https://github.com/JeromeBriot/fusion360-memory-used

Message 10 of 10
JeromeBriot
in reply to: JeromeBriot

A new version is available (0.7.0) :

  • Update code for Python 3.11

Codes and information are posted on GitHub: https://github.com/JeromeBriot/fusion360-memory-used

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Technology Administrators


Autodesk Design & Make Report