Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(dgraph): making jemalloc to work with dgraph on macos #7247

Merged
merged 3 commits into from
Jan 7, 2021

Conversation

aman-bansal
Copy link
Contributor

@aman-bansal aman-bansal commented Jan 5, 2021

This change is Reviewable

Copy link
Contributor

@jarifibrahim jarifibrahim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. Just check with @danielmai if there was a reason to keep this disabled.

# Only build with jemalloc on Linux
ifeq ($(GOOS),linux)
# Only build with jemalloc on Linux, mac
ifeq ($(GOOS),$(filter $(GOOS),linux darwin))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@danielmai do you remember why we didn't enable jemalloc for mac initially?

go.sum Show resolved Hide resolved
@aman-bansal aman-bansal merged commit dd7507a into master Jan 7, 2021
@aman-bansal aman-bansal deleted the aman/jemal_dg_mac branch January 12, 2021 07:03
aman-bansal added a commit that referenced this pull request Jan 12, 2021
* making jemalloc to work with dgraph on macos

* updating ristretto to latest version

* running it tidy
aman-bansal added a commit that referenced this pull request Jan 12, 2021
* making jemalloc to work with dgraph on macos

* updating ristretto to latest version

* running it tidy
aman-bansal added a commit that referenced this pull request Jan 12, 2021
…acos (#7247) (#7282)

* fix(dgraph): making jemalloc to work with dgraph on macos (#7247)

* making jemalloc to work with dgraph on macos

* updating ristretto to latest version

* running it tidy

* fix(dgraph): making jemalloc to work with dgraph on macos (#7247)

* making jemalloc to work with dgraph on macos

* updating ristretto to latest version

* running it tidy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants