Skip to content

Commit

Permalink
Enable Segment Heap
Browse files Browse the repository at this point in the history
  • Loading branch information
alabuzhev committed May 8, 2022
1 parent b7bf990 commit 44b319e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions far/Far.exe.manifest.m4
Expand Up @@ -50,6 +50,7 @@
<asmv3:windowsSettings>
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware>
<longPathAware xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">true</longPathAware>
<heapType xmlns="http://schemas.microsoft.com/SMI/2020/WindowsSettings">SegmentHeap</heapType>
</asmv3:windowsSettings>
</asmv3:application>
</assembly>

1 comment on commit 44b319e

@alabuzhev
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you probably can also enable the newer dpiAwareness PerMonitorV2

Yes, but could you try it first and confirm that it works as expected?

Please sign in to comment.