Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Jun 1998 01:47:37 -0400 (EDT)
From:      Mikhail Teterin <mi@aldan.algebra.com>
To:        current@FreeBSD.ORG
Subject:   Re: c++: virtual memory exhausted
Message-ID:  <199806190547.BAA18793@rtfm.ziplink.net>
In-Reply-To: <199806190501.WAA15049@psf.Pinyon.ORG> from "Russell L. Carter" at "Jun 18, 98 10:01:09 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
Russell L. Carter once stated:

=Is the amount of virtual memory configurable?

This is not directly related to c++ . Look at the man-pages for swapon,
vnconfig.

=I'm getting this error:
=
=c++ -pipe -Wall -D_THREADSAFE -g  -D__ACE_INLINE__  -I. 
=-I/u2/local/pkg/ACE/ACE_wrappers -I/u2/local/pkg/ACE/ACE_wrappers/netsvcs/lib  
=-c -o .obj/main.o main.cpp
=In file included from main.cpp:9:
=/u2/local/pkg/ACE/ACE_wrappers/ace/Strategies_T.h:842: virtual memory exhausted
=
=fresh -current (though probably not dependent on -current)

To reduce the memory consumption of GNU compilers (at the expence of their
execution time) -- remove the ``-pipe'' option.

	-mi

P.S. Not to offend, are you sure ``-current'' is for you?

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199806190547.BAA18793>