Bug 150847 - [patch] graphics/batik Fix out of memory error during build
Summary: [patch] graphics/batik Fix out of memory error during build
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Max Brazhnikov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-22 07:00 UTC by Robert Farmer
Modified: 2010-09-25 19:30 UTC (History)
0 users

See Also:


Attachments
file.diff (464 bytes, patch)
2010-09-22 07:00 UTC, Robert Farmer
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!