Skip to content

Commit

Permalink
Merge pull request #1059 from cloudfoundry/fix/detect/r-buildpack-mem…
Browse files Browse the repository at this point in the history
…ory-limit

fix(detect): Revert R buildpack memory limit
  • Loading branch information
jochenehret authored Mar 13, 2024
2 parents 42da54c + a5d324d commit 3d40038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion detect/buildpacks.go
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ var _ = DetectDescribe("Buildpacks", func() {
Context(fmt.Sprintf("when using %s stack", stack), func() {
It("makes the app reachable via its bound route", func() {
Expect(cf.Cf("push", appName,
"-m", "2G",
"-m", DEFAULT_MEMORY_LIMIT,
"-p", assets.NewAssets().R,
"-s", stack,
).Wait(Config.DetectTimeoutDuration())).To(Exit(0))
Expand Down

0 comments on commit 3d40038

Please sign in to comment.