mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-23 21:14:33 +00:00
Fix large cache support on amd64 arch pt2.
This commit is contained in:
parent
97419f840a
commit
8408f56d6f
@ -176,7 +176,7 @@ private slots:
|
||||
spin_cache.setMinimum(0);
|
||||
// When build as 32bit binary, set the maximum at less than 2GB to prevent crashes.
|
||||
// These macros may not be available on compilers other than MSVC and GCC
|
||||
#if !defined(_M_X64) || !defined(__amd64__)
|
||||
#if !defined(_M_X64) && !defined(__amd64__)
|
||||
//1800MiB to leave 248MiB room to the rest of program data in RAM
|
||||
spin_cache.setMaximum(1800);
|
||||
#else
|
||||
|
Loading…
x
Reference in New Issue
Block a user