Bug 150847

Summary: [patch] graphics/batik Fix out of memory error during build
Product: Ports & Packages Reporter: Robert Farmer <rfarmer>
Component: Individual Port(s)Assignee: Max Brazhnikov <makc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Robert Farmer 2010-09-22 07:00:12 UTC
Building on amd64 with diablo-jdk16 the ant process runs out of memory due to the Java memory limiter.

Allow it to grow to 512 MB (arbitrary choice, but seems to consistently work).

Fix: Patch attached with submission follows:
Comment 1 Max Brazhnikov freebsd_committer freebsd_triage 2010-09-24 20:45:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->makc

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-09-25 19:26:04 UTC
makc        2010-09-25 18:26:00 UTC

  FreeBSD ports repository

  Modified files:
    graphics/batik       Makefile 
  Log:
  Prevent out of memory error during build
  
  PR:             ports/150847
  Submitted by:   Rob Farmer <rfarmer at predatorlabs.net>
  
  Revision  Changes    Path
  1.10      +3 -0      ports/graphics/batik/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Max Brazhnikov freebsd_committer freebsd_triage 2010-09-25 19:26:25 UTC
State Changed
From-To: open->closed

Committed. Thanks!