mirror of
				https://github.com/postgres/postgres.git
				synced 2025-10-31 00:03:57 -04:00 
			
		
		
		
	Update FAQ.
This commit is contained in:
		
							parent
							
								
									88e948216c
								
							
						
					
					
						commit
						94cb2201bf
					
				
							
								
								
									
										9
									
								
								doc/FAQ
									
									
									
									
									
								
							
							
						
						
									
										9
									
								
								doc/FAQ
									
									
									
									
									
								
							| @ -1,7 +1,7 @@ | ||||
| 
 | ||||
|                 Frequently Asked Questions (FAQ) for PostgreSQL | ||||
|                                         | ||||
|    Last updated: Sat Jun 9 10:40:33 EDT 2001 | ||||
|    Last updated: Mon Jun 11 12:27:44 EDT 2001 | ||||
|     | ||||
|    Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) | ||||
|     | ||||
| @ -900,9 +900,10 @@ BYTEA           bytea           variable-length byte array (null-safe) | ||||
|     | ||||
|     4.19) Why do I get the error "ERROR: Memory exhausted in AllocSetAlloc()?" | ||||
|      | ||||
|    It is possible you have run out of virtual memory on your system, or | ||||
|    your kernel has a low limit for certain resources. Try this before | ||||
|    starting the postmaster: | ||||
|    If you are running a version older than 7.1, an upgrade may fix the | ||||
|    problem. Also it is possible you have run out of virtual memory on | ||||
|    your system, or your kernel has a low limit for certain resources. Try | ||||
|    this before starting the postmaster: | ||||
|     ulimit -d 262144 | ||||
|     limit datasize 256m | ||||
| 
 | ||||
|  | ||||
| @ -12,7 +12,7 @@ | ||||
|   alink="#0000FF"> | ||||
|     <H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1> | ||||
| 
 | ||||
|     <P>Last updated: Sat Jun  9 10:40:33 EDT 2001</P> | ||||
|     <P>Last updated: Mon Jun 11 12:27:44 EDT 2001</P> | ||||
| 
 | ||||
|     <P>Current maintainer: Bruce Momjian (<A href= | ||||
|     "mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR> | ||||
| @ -1155,9 +1155,10 @@ BYTEA           bytea           variable-length byte array (null-safe) | ||||
|      Memory exhausted in AllocSetAlloc()?"</I><BR> | ||||
|     </H4> | ||||
| 
 | ||||
|     <P>It is possible you have run out of virtual memory on your | ||||
|     system, or your kernel has a low limit for certain resources. Try | ||||
|     this before starting the <I>postmaster:</I></P> | ||||
|     <P>If you are running a version older than 7.1, an upgrade may fix | ||||
|     the problem.  Also it is possible you have run out of virtual memory | ||||
|     on your system, or your kernel has a low limit for certain resources. | ||||
|     Try this before starting the <I>postmaster:</I></P> | ||||
| <PRE> | ||||
|     ulimit -d 262144 | ||||
|     limit datasize 256m | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user