mirror of
https://github.com/CryptKeeperZK/ffjavascript.git
synced 2026-05-03 03:00:11 -04:00
increase mem
This commit is contained in:
@@ -6210,7 +6210,7 @@ function thread(self) {
|
||||
along with wasmsnark. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
const MEM_SIZE = 4096; // Memory size in 64K Pakes (256Mb)
|
||||
const MEM_SIZE = 8192; // Memory size in 64K Pakes (512Mb)
|
||||
const inBrowser = (typeof window !== "undefined");
|
||||
let NodeWorker;
|
||||
if (!inBrowser) {
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
along with wasmsnark. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
const MEM_SIZE = 4096; // Memory size in 64K Pakes (256Mb)
|
||||
const MEM_SIZE = 8192; // Memory size in 64K Pakes (512Mb)
|
||||
|
||||
|
||||
import thread from "./threadman_thread.js";
|
||||
|
||||
Reference in New Issue
Block a user