The File handling » Temporary files branch of Settings includes the following options.
One of the hallmark features of UltraEdit / UEStudio is the ability to easily and quickly open huge files, even files much larger than 4 GB in size. Unlike other editors, UltraEdit / UEStudio use relatively small amounts of memory to do this. By design, UltraEdit / UEStudio only load small portions of the file into memory at one time by creating a copy of the file (temporary file) and working with this temp file instead of the file directly on disk. With normal edit operations, on save, the changes you've made in the temporary file are copied back over to the original file on disk. On close, the temporary file is deleted. In some cases – usually with extremely large files – the creation and deletion of a temporary file may cause a delay on file open / close. The settings below allow you to control this behavior.
It is extremely important to understand that with temporary files disabled, your changes to files are permanent and applied directly to the file on disk. This removes the ability to use "Revert to saved" as well as some other functionality that is normally available only when temporary files are in use.
Threshold for above (KB): 51200
This setting allows you to set a file size threshold in kilobytes for temporary file creation. Any file greater in size than the value you set here will be opened without temporary files. Setting this value to 0 would prevent temporary file creation for all files opened. This option is only applicable if the option Open file without temp file but NO prompt is selected.
You may also want to read over the temporary files power tip.
For a guide on maximizing performance in UltraEdit for very large files, read over the large file text editor power tip.