Related Articles
How to change language
MnA Cloud language will be set by default as your device language, so for example, if the default language on your PC is English, then all MnA preferences will be in English. To change language please follow this process: Click on the drop-down menu ...
How to change language
At the top left of your page click on English > choose from the drop-down list the language that you want.
How can I change the translation of my data?
Although your data are automatically translated you still have the ability to modify any translated term in any of the supported languages using the translation menu. For more details please check that link: My Translation
What is translation override?
Translation override is when you apply changes to the auto-translated data then save this change, so when you update your contributed layer content, it will not be auto translated by nature, to be automatically translated, you will have to be sure ...
How to extract heap file?
1- docker exec -it (container_id)/bin/bash 2- pwd (folder name) -save for later- 3- ps -fea|grep -i java # rember the pid (the one with machine url) 4- jmap -dump:live,format=b,file=heap.hprof <the id> 5- docker cp (container_id):(folder ...