Skip to main content

Epicor Memory Caching

You can let your current program to stay in your computer's memory after it is closed. The next time you launch this program it will appear faster and this increase performance in the run mode.

The program will only stay in the memory cache for the current session and it will be removed from memory when you exit the application and when you launch the application again and open the program it will be cached in memory and next time you open it will run faster.

Epicor Notes: Only select this check box on programs that you use the most. If you select this option on several programs and then launch all these programs during the same session, you will run out of memory. This will lock up your computer.




Memory Caching and Customization

You will need to disable memory caching before you can customize a program. This is because the memory cache feature causes the program to stay in memory after it is closed. A form needs to be flushed from memory and then reopened before a custom field can be bound (linked) to a data table. To disable memory caching, clear this check box, close the program, and then launch it again. 

Comments

  1. How to deploy this memory caching setting to all user ??

    ReplyDelete
  2. The needs of the users differ from user to user so this will not help you.

    ReplyDelete

Post a Comment

Popular posts from this blog

Epicor 9 ToolBars

Like any other application, Epicor has list of toolbars and it uses the Infragistics controls and you can modify these toolbars in your code by adding new tools or change the properties for the existing toolbars and Tools.

How to Set the Default Value for Fields in Epicor Customization

Let suppose you want to set the default value for PurAgent.EMailAddress field in the Buyer Maintenance Form. You have first to open the Buyer Maintenance Form in customization mode (using Developer mode).