[ic] Memory problem

Peter Jakl interchange-users@interchange.redhat.com
Tue Jan 15 14:31:01 2002


I've traced thru the interchange server program and found out my memory
problem but need help as to why it is doing this. Without going into
great detail, a startup function attempts to load the database into
memory (opendatabase() ultimately calls import_database() for each table
including products). The problem is that my products table has over
150,000 products and the interchange server is loading all the products
into memory. How do I stop this?

Peter