This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Split large applications

Hi there,

I'm just making first experiences with MFDC Studio 20 containering some Standalone Applications. I was successful with some smaller apps but now struggeling with Matlab. The exe become much too big. So I have tried to process a svm and then create a small exe with the svm-file as an imported layer. This process is described in the user guide but seems to refer to older version 12.7. In version 20 there is no Button "svm's" and I cannot get it to start with importing the svm file as a layer.

So what is the trick and will this work if the svm is still greater 4 GB?

An option "split image ..." whould be great.

Thanks

Tags:

Parents
  • Yes, In theory it will work if the SVM is over 4GB.

    I have built virtual apps with SVMs well over 4GB.

    That being said, I know someone who recently built a MATLAB virtual app and they ended up splitting the "Large SVM" into smaller SVMs.

    So there was the small core EXE and then 6 SVMs/Layers added to that.

    I can't recall all the details on why but when the SVMs get HUGE it does help to break them up.

    --

    Be sure to "Like" My (and a few others) Cool Solutions below! 

    https://community.microfocus.com/members/craigdwilson/bookmarks

Reply
  • Yes, In theory it will work if the SVM is over 4GB.

    I have built virtual apps with SVMs well over 4GB.

    That being said, I know someone who recently built a MATLAB virtual app and they ended up splitting the "Large SVM" into smaller SVMs.

    So there was the small core EXE and then 6 SVMs/Layers added to that.

    I can't recall all the details on why but when the SVMs get HUGE it does help to break them up.

    --

    Be sure to "Like" My (and a few others) Cool Solutions below! 

    https://community.microfocus.com/members/craigdwilson/bookmarks

Children