The RapidMiner community is on read-only mode until further notice. Technical support via cases will continue to work as is. For any urgent licensing related requests from Students/Faculty members, please use the Altair academic forum here.
AI Hub: size of activemq directory
Best Answer
-
aschaferdiek Employee, Member Posts: 76 RM EngineeringHi @alain. Do you know which files/directories are large? Log files directly relate to pending messages and thus if you delete the log/journal file you probably also delete all pending messages. From time to time it might still be usefull to wipe everything and then there's no reason why ActiveMQ should be this large in size.You can find out folder size distribution with a tool called ncdu or similar if it's installed on your host machine to get a better overview:
ncdu -r -x /opt/rapidminer-home/data/broker/activemq
This will open a command line visualization of the directory structure and its size. If it's not installed, you could install it if possible or you can manually check folders with du -sh /opt/rapidminer-home/data/broker/activemq/aSubFolderOfYourChoice although I think ncdu is better for visualizing it.1
Answers