libobs: Fix log message about max memory on 32bit

Sometimes windows will report 2 gigs instead of 4 gigs max.
master
jp9000 2016-05-23 06:55:46 -07:00
parent ddc7484a6e
commit 2f6a10c93f
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ static void log_available_memory(void)
#ifdef _WIN64
const char *note = "";
#else
const char *note = " (NOTE: 4 gigs max is normal for 32bit programs)";
const char *note = " (NOTE: 2 or 4 gigs max is normal for 32bit programs)";
#endif
blog(LOG_INFO, "Physical Memory: %luMB Total, %luMB Free%s",