You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Rasswanth,
You might be running out on memory. ABY by default allocates a large memory which is not needed. Can you search for the following line in the ABY program you are running:
party = new ABYParty(role, address, port, seclvl, bitlen, nthreads, mt_alg, 520000000);
The last parameter is the number of gates and controls how much memory to allocate. Try reducing that parameter - say from 520000000 to 5200000 or something - that should make it work.
I ran it after loading dot_product0.cpp into the build directory
The text was updated successfully, but these errors were encountered: